//
// Copyright 2022 Eugene Gershnik
//
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file or at
// https://github.com/gershnik/argum/blob/master/LICENSE
//
module;

##SYS_C_INCLUDES##

export module Argum;

import std;

#define ARGUM_MOD_EXPORTED export 

#include "argum.h"
