mirror of
https://github.com/fhswf/aki_prj23_transparenzregister.git
synced 2025-04-24 15:32:35 +02:00
5 lines
122 B
Python
5 lines
122 B
Python
def test_import():
|
|
from aki_prj23_transparenzregister.utils.postgres import entities
|
|
|
|
assert entities is not None
|