7 lines
91 B
Python
7 lines
91 B
Python
|
from . import PublishMeetups
|
||
|
|
||
|
|
||
|
def cli():
|
||
|
with PublishMeetups() as p:
|
||
|
print(p)
|