9 lines
149 B
Python
9 lines
149 B
Python
|
#!/usr/bin/env python3
|
||
|
from netforce.setup import setup
|
||
|
|
||
|
setup(
|
||
|
name="clinic",
|
||
|
version="0.1.0",
|
||
|
description="Ratchawat Clinic module",
|
||
|
)
|