mirror of
https://github.com/mustbeperfect/definitive-opensource.git
synced 2026-08-24 10:13:18 -05:00
7 lines
82 B
Python
7 lines
82 B
Python
def main():
|
|
print("Hello from core!")
|
|
|
|
|
|
if __name__ == "__main__":
|
|
main()
|