mirror of
https://github.com/mustbeperfect/definitive-opensource.git
synced 2026-04-17 21:54:05 +02:00
7 lines
82 B
Python
7 lines
82 B
Python
def main():
|
|
print("Hello from core!")
|
|
|
|
|
|
if __name__ == "__main__":
|
|
main()
|