mirror of
https://github.com/ada-dmitry/django_mephi.git
synced 2026-09-24 01:10:29 +00:00
7 lines
90 B
Python
7 lines
90 B
Python
def main():
|
|
print("Hello from django-mephi!")
|
|
|
|
|
|
if __name__ == "__main__":
|
|
main()
|