MCPcopy Create free account
hub / github.com/pyfa-org/Pyfa / header

Function header

scripts/compile_data.py:22–29  ·  view source on GitHub ↗
(text, subtext=None)

Source from the content-addressed store, hash-verified

20script_path = os.path.dirname(__file__)
21
22def header(text, subtext=None):
23 print()
24 print("* "*30)
25 print(text.center(60))
26 if subtext:
27 print(subtext.center(60))
28 print("* "*30)
29 print()
30
31### SQL Convert
32import jsonToSql

Callers 1

compile_data.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected