mirror of
https://gitlab.com/fabinfra/fabaccess/pyfabapi.git
synced 2025-03-12 14:51:42 +01:00
7 lines
218 B
Python
7 lines
218 B
Python
|
import os
|
||
|
import capnp
|
||
|
|
||
|
path = os.path.dirname(os.path.abspath(__file__))
|
||
|
|
||
|
connection_capnp = capnp.load(path + '/schema/connection.capnp')
|
||
|
authenticationsystem = capnp.load(path + '/schema/authenticationsystem.capnp')
|