Files
neon-api-python/tests/conftest.py
T

5 lines
83 B
Python

def neon():
from neon_client import NeonAPI
return NeonAPI.from_environ()