26/main.py
2024-10-01 08:26:48 +00:00

23 lines
255 B
Python

#!/usr/bin/env python
# coding: utf-8
# In[5]:
from tms_data_interface import SQLQueryInterface
class Scenario:
seq = SQLQueryInterface()
def logic(self, **kwargs):
pass
# Write your code herepass
print(99**66)
# In[ ]: