mirror of
https://github.com/datafolklabs/cement.git
synced 2026-02-06 13:42:03 +00:00
7 lines
149 B
Python
7 lines
149 B
Python
|
|
# ensure we don't break imports from cement namespace
|
|
|
|
|
|
def test_import():
|
|
from cement import App, Controller, ex, init_defaults # noqa: F401
|